BodyPart Class |
Namespace: Independentsoft.Email.Mime
The BodyPart type exposes the following members.
| Name | Description | |
|---|---|---|
| BodyPart |
Initializes a new instance of the BodyPart class.
| |
| BodyPart(Attachment) |
Initializes a new instance of the BodyPart class.
|
| Name | Description | |
|---|---|---|
| Body |
Gets or sets the body.
| |
| BodyParts |
Gets the body parts.
| |
| ContentDescription |
Gets or sets the content description.
| |
| ContentDisposition |
Gets or sets the content disposition.
| |
| ContentID |
Gets or sets the content identifier.
| |
| ContentLocation |
Gets or sets the content location.
| |
| ContentTransferEncoding |
Gets or sets the content transfer encoding.
| |
| ContentType |
Gets or sets the type of the content.
| |
| EmbeddedMessage |
Gets or sets the embedded message.
| |
| HeaderCharSet |
Gets or sets the header character set.
| |
| HeaderEncoding |
Gets or sets the header encoding.
| |
| Headers |
Gets the headers.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetBytes |
Gets the bytes.
| |
| GetHashCode | (Inherited from Object.) | |
| GetStream |
Gets the stream.
| |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Save(Stream) |
Saves the specified stream.
| |
| Save(String) |
Saves the specified file path.
| |
| Save(String, Boolean) |
Saves the specified file path.
| |
| ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |